home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / netest.zip / NEST.BAT < prev    next >
DOS Batch File  |  1993-06-03  |  1KB  |  29 lines

  1. rem NEST.BAT 060393 Batchfile for use with NETEST.COM
  2. echo==========================================================
  3. echo Testing. . . IRQ-%2 and Address %3 . . .
  4. echo              ---------------------
  5. copy c:\netest\ne%1k%2%3.com c:\netest\ipx.com > nul
  6. marknet c:\netest\netest.mrk > nul
  7. c:\netest\ipx > nul
  8. c:\netest\net5 > nul
  9. if exist f:\login\login.exe goto pass
  10. if not exist f:\login\login.exe goto fail
  11. :fail
  12. echo.
  13. echo                         FAILED!
  14. relnet c:\netest\netest.mrk > nul
  15. goto end
  16. :pass
  17. echo NE%1K%2%3 is valid driver > tempfile
  18. echo.
  19. echo                         PASSED!
  20. echo ---------------------------------------------------------
  21. echo You connected to the network server. NE%1K%2%3.COM is the 
  22. echo valid driver set for your current jumper settings.  A 
  23. echo copy of it has been named IPX.COM in this directory.         
  24. echo.
  25. echo Current settings are:  IRQ=%2   ADDR=%3h
  26. echo.
  27. echo =========================================================
  28. if exist c:\netest\netest.mrk c:\netest\relnet c:\netest\netest.mrk > nul
  29. :end